(Fkey_binding): Fix typo.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 12 Jul 2002 03:37:49 +0000 (03:37 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Fri, 12 Jul 2002 03:37:49 +0000 (03:37 +0000)
src/keymap.c

index d811d1727f4fe71feda3777b7c771e3721c0d66a..467b5119b98ababe70de0dc4f4dfcd96a41fbe8d 100644 (file)
@@ -1417,7 +1417,7 @@ recognize the default bindings, just as `read-key-sequence' does.
 
 Like the normal command loop, `key-binding' will remap the command
 resulting from looking up KEY by looking up the command in the
-currrent keymaps.  However, if the optional third argument NO-REMAP
+current keymaps.  However, if the optional third argument NO-REMAP
 is non-nil, `key-binding' returns the unmapped command.  */)
      (key, accept_default, no_remap)
      Lisp_Object key, accept_default, no_remap;